projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
771149e
)
Update the list of required cursors
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 8 Jan 2016 20:38:38 +0000
(15:38 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 8 Jan 2016 23:11:07 +0000
(18:11 -0500)
We're now using standard cursor names for DND, so check for these.
testsuite/gtk/check-cursor-names.c
patch
|
blob
|
history
diff --git
a/testsuite/gtk/check-cursor-names.c
b/testsuite/gtk/check-cursor-names.c
index b61084876ef9c708c32ff13b7ba5d82af5a4beee..9d7b5cfffc781a382572d20503f365c4ac472850 100644
(file)
--- a/
testsuite/gtk/check-cursor-names.c
+++ b/
testsuite/gtk/check-cursor-names.c
@@
-17,10
+17,10
@@
static char *cursor_names[] = {
/*** dnd cursors, from gtkdnd.c ***/
"dnd-ask",
- "
dnd-
copy",
- "
dnd-
move",
- "
dnd-link
",
- "
dnd-none
",
+ "copy",
+ "move",
+ "
alias
",
+ "
no-drop
",
"none", /* used e.g. in gtkentry.c */
"pointer", /* used e.g. in gtklinkbutton.c */